variable-resolver
From Documentation
Variable-resolver
Syntax
<zk:variable-resolver use="..." [arg0="..."] [arg1="..."] [arg2="..."] [arg3="..."] />
It specifies the variable resolver that will be used by the zscript interpreter.
The class must be specified in the use
attribute[1], and it must implement VariableResolver.
For more information please refer to ZUML Reference.
Fir example,
<zk:variable-resolver use="foo.MyResolver"/>
...
<zk:page>
...
</zk:page>
- ↑ Unlike ZUML, the attribute is called
use
, rather thanclass
, because of the limitation of JSP
Version History
Version | Date | Content |
---|---|---|